Path Parameters
Unique identifier of the knowledge base (UUID format)
Unique identifier of the document to delete (UUID format)
Response
Returns202 Accepted on successful deletion.
Example Request
Example Response
202 Accepted to indicate the deletion request has been accepted and will be processed.
Notes
- This action cannot be undone
- All vector embeddings for this document will be removed from search
- Agents using this knowledge base will no longer have access to this document’s content
- The document file itself is permanently deleted from storage
See Also
- [List Documents](/API reference/v1/knowledge/list-documents) - View all documents in a knowledge base
- [Add Documents](/API reference/v1/knowledge/add-documents) - Add new documents
- [Get Document](/API reference/v1/knowledge/get-document) - Get document details before deletion
Authorizations
API Key for authentication
Response
Successful Response
The response is of type any.

